home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / gut.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  776 b   |  20 lines

  1. (Note: The change caused by this menu option is only 
  2. visible by opening another hypertext file or by using 
  3. a jump link to another file.)
  4.  
  5. The "Enable Bitmaps as Links" menu option is used 
  6. to set a flag processed by the OnGetURLType 
  7. method of the THyperTextParser component. This 
  8. method is a key point to add new hypertext pro-
  9. cessing to the system. The URL type value is used 
  10. to determine how to handle a click on a link; by 
  11. setting the value from a given type of file to a 
  12. new number (beyond the basic 1-11) new processing 
  13. of file types can be added. In this case, an image 
  14. file (BMP, ICO, WMF) which is found as part of a 
  15. URL that is not an image URL will be set as a new 
  16. link type (12) that will place the image on a 
  17. simple display form.
  18.  
  19.  
  20.